home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / nt-doscl.zip / DSK3-4.EXE / PAD.INF < prev    next >
INI File  |  1993-06-28  |  2KB  |  72 lines

  1.  
  2. #--------------------------------------
  3. [SPRINTNET]
  4.  
  5. [SPRINTNET.PAD]
  6.  
  7. [SPRINTNET.PAD.COMMAND]
  8. COMMAND =
  9. # The line above will give a delay of 2 secs - allowing the PAD to initialize
  10.  
  11. [SPRINTNET.PAD.COMMAND]
  12. COMMAND =
  13. # The line above will give a delay of 2 secs - allowing the PAD to initialize
  14.  
  15. [SPRINTNET.PAD.COMMAND]
  16. COMMAND = @
  17. # The @ characters sets the SPRINTNET PAD for 8 databit communication.
  18.  
  19. [SPRINTNET.PAD.COMMAND]
  20. COMMAND = D*cr
  21. # The D character requests a 9600 speed.
  22.  
  23. [SPRINTNET.PAD.RESPONSE]
  24. OK = *IGNORE
  25. # We dont care for the response so we ignore it.
  26.  
  27. [SPRINTNET.PAD.COMMAND]
  28. COMMAND = *cr*lf
  29. # A carriage return line feed again to initialize the PAD read/write buffers
  30.  
  31. [SPRINTNET.PAD.RESPONSE]
  32. OK = *IGNORE
  33.  
  34. [SPRINTNET.PAD.COMMAND]
  35. COMMAND = *cr*lf
  36. # A carriage return line feed again to initialize the PAD read/write buffers
  37.  
  38. [SPRINTNET.PAD.RESPONSE]
  39. OK = *IGNORE
  40.  
  41. [SPRINTNET.PAD.COMMAND]
  42. COMMAND = SET 1:0,2:0,3:0,4:1,5:0,6:1,7:0,8:0,9:0,10:0,11:0*cr
  43. # Set X.3 settings on the PAD which make it work well with RAS. Broken into
  44. # two parts since the line is too long.
  45.  
  46. [SPRINTNET.PAD.RESPONSE]
  47. OK = *IGNORE
  48.  
  49. [SPRINTNET.PAD.COMMAND]
  50. COMMAND = SET 12:0,13:0,14:0,15:0,16:0,17:0,18:0,19:0,20:0,21:0,22:0*cr
  51. # Set the other half of X.3 parameters
  52.  
  53. [SPRINTNET.PAD.RESPONSE]
  54. OK = *IGNORE
  55.  
  56. [SPRINTNET.PAD.COMMAND]
  57. COMMAND = C *x25address*CR*LF
  58. # Finally try to call RAS X25 server
  59.  
  60. [SPRINTNET.PAD.RESPONSE]
  61. CONNECT = *MATCH"CONNECT"
  62. X25ERROR = *cr*lf*causediags
  63. ERROR = *MATCH"CLR"
  64. ERROR = *MATCH"ERROR"
  65.  
  66. # CONNECT response means that the connection completed fine.
  67. # X25ERROR response means connection attempt failed - the X25 CAUSE and
  68. #  DIAGNOSTIC information will be extracted from the response and sent to the
  69. #  user.
  70. # ERROR resonses are for generic failures.
  71. #--------------------------------------
  72.